Update NEWS for 2.3.0
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 22 Oct 2003 22:05:35 +0000 (22:05 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 22 Oct 2003 22:05:35 +0000 (22:05 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
NEWS

index f89e35fe568a7e1cff7b4c8d0817b46dbb2b0eb3..9ff19f81a308e0813296b931c1b205f1db3f1366 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Partial update for 2.3.0.
+
 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
index f89e35fe568a7e1cff7b4c8d0817b46dbb2b0eb3..9ff19f81a308e0813296b931c1b205f1db3f1366 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Partial update for 2.3.0.
+
 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
index f89e35fe568a7e1cff7b4c8d0817b46dbb2b0eb3..9ff19f81a308e0813296b931c1b205f1db3f1366 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Partial update for 2.3.0.
+
 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
index f89e35fe568a7e1cff7b4c8d0817b46dbb2b0eb3..9ff19f81a308e0813296b931c1b205f1db3f1366 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Partial update for 2.3.0.
+
 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
index f89e35fe568a7e1cff7b4c8d0817b46dbb2b0eb3..9ff19f81a308e0813296b931c1b205f1db3f1366 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Partial update for 2.3.0.
+
 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
diff --git a/NEWS b/NEWS
index fdbbaa5f0f05871dc418a86e04693a956abc176b..8e8f8a1a06a89c5208084ecb28b147e1b6c56ae7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Overview of Changes in GTK+ 2.3.0
+=================================
+* New action-based menu API: GtkUIManager, GtkActionGroup, 
+  GtkAction, etc. [James Henstridge, Soeren Sandmann, Matthias Clasen]
+* New toolbar API [Soeren Sandmann]
+* New Combobox widget: GtkCombo [Kristian Rietveld]
+* Autocompletion and for entries: GtkEntryCompletion [Kristian]
+* New "disclosure triangle" widget: GtkExpander [Marc McLoughlin]
+* New "picker button" widgets: GtkFontButton, GtkColorButton [Matthias]
+* Support icon themes for stock icons [Owen Taylor]
+* Support for RGBA cursors [Matthias]
+* Support tabular menus [Kristian]
+* Support RTL flipping for GtkHPaned and GtkTreeView [Soeren, 
+  Matthias, Jonathan Blandford]
+* Support up to four scroll arrows on GtkNotebook and make them
+  themeable. [Matthias]
+* Add a filtering tree model: GtkTreeModelFilter [Kristian]
+* GtkCalendar improvements: make the arrows spin, support RTL flipping,
+  automatic week start selection, DND support. [Matthias]
+
 Overview of Changes in GTK+ 2.2.0
 =================================
 * Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]